@charset "utf-8";
/*--------------------------------------------------------------------
　CSSの初期化
---------------------------------------------------------------------*/
p ins,p del,ul ins,ul del,
ol ins,ol del,dl ins,dl del,
table ins,table del{
	display: inline;
	}
*,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,
p,blockquote,
table,thead,tbody,tfoot,caption,th,td{
	margin: 0;
	padding: 0;
	}
img{
	margin: 0;	padding: 0;	border:none;
}
*{
	font-size: 100%;
}
div{
	zoom: 1;
}
ol,ul{
	list-style: none;
}
li{
	list-style-type: none;
}

/*--------------------------------------------------------------------
　クリアフィックス
--------------------------------------------------------------------*/
.clearfix:after{
	content:"."; /* 新しい要素を作る */
	display:block; /* ブロックレベル要素に */ 
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	min-height:1px;
}
*html .clearfix{ 
	height:1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clearboth{
	clear:both;
}
/*--------------------------------------------------------------------
（共通）ベースフォントサイズの統一  ページ背景
--------------------------------------------------------------------*/
body{
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333333;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font: 13px; /*Firefox、Safari、Opera等モダンブラウザやMac IE5に適用*/
	*font-size: small; /*Win IE7およびWin IE6標準準拠モードに適用*/
	*font: x-small; /*Win IE 5-5.5､6(後方互換モード)に適用*/

	/* 背景画像の設定 */
	background-image : url(bg.gif);
	background-repeat: repeat;
	
	letter-spacing:0.1em;
	line-height:1.7em;
}
/* 段落の設定 */
p{
	font-size:90%;
	margin:8px 10px;
	padding:0;
}
/*--------------------------------------------------------------------
　ベースリンク色 
--------------------------------------------------------------------*/
a:link,a:visited,a:active{
	 
	color:#369;
	text-decoration:none;
}
a:hover{
	background-color:#dda0dd;
}

/*--------------------------------------------------------------------
　基本レイアウト 
--------------------------------------------------------------------*/
#wrapper{
	width: 890px;
	background: #FFFFFF;
	border:1px solid #CECFCE;
	margin:20px auto 0;
}
#header{
	margin:20px auto 0;
	width:850px;
}
#contents{
	text-align:left;
	/* 本文余白 見出し余白はネガティブマージンで設定する*/
	padding:20px 70px 0;
	margin-bottom:20px;
	font-size:108%;
}
/*--------------------------------------------------------------------
　メニュー
--------------------------------------------------------------------*/
ul#menu{
	margin: 8px 0;
	padding: 0;
	line-height: 1;
	background-color: #333;
}
ul#menu li{
	margin: 0;
	padding: 0;
	float: left;
	/* 固定幅にしたかったら
	width: 110px;
	*/
	text-align: center;
	font-size:85%;
}
ul#menu li a,ul#menu li.on{
	display: block;
	position: relative; /* for IE6 */
	color: #fff;
	background-color: #333;
	padding: 12px 15px; /* メニュー幅調節 */
}
/* program で使用 */
ul#menu li.link_color01 a{
	 
	color:#da70d6;
}
ul#menu li a:hover{
	background-color:#483d8b;
	color:#fff;
}
ul#menu li.on{
	background-color:#da70d6;
}
/* ClearFix */
ul#menu{
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}
ul#menu:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*--------------------------------------------------------------------
　見出し
--------------------------------------------------------------------*/
h2{
	border-left:10px solid #483d8b;
	border-bottom:1px solid #483d8b;
	font-weight:bold;
	line-height:1;
	margin:30px 0 15px -25px;
	padding:2px 0 4px 10px;
	color:#483d8b;
	font-size:108%;
}
h3{
	font-weight:normal;
	font-weight:bold;
	margin-top:10px;
}
/*--------------------------------------------------------------------
　トップへ戻るボタン
--------------------------------------------------------------------*/
.gotop{
	text-align:right;
}
/*--------------------------------------------------------------------
　リスト　マークなしバージョン
--------------------------------------------------------------------*/
ul.list00{
	margin:0 15px;
}
ul.list00 li{
	list-style:none;
}
/*--------------------------------------------------------------------
　リスト　黒点バージョン
--------------------------------------------------------------------*/
ul.list01{
	margin:15px 15px;
}
ul.list01 li{
	list-style:disc;	
}
/*--------------------------------------------------------------------
　リスト　白点バージョン
--------------------------------------------------------------------*/
ul.list02{
	margin:0 15px 0 30px;
}
ul.list02 li{
	list-style:circle;
}
/*--------------------------------------------------------------------
　書式  枠線囲み
--------------------------------------------------------------------*/
.link_dms{
    border:2px #483d8b solid;
	padding:4px;
	}

/*--------------------------------------------------------------------
　書式  各種
--------------------------------------------------------------------*/
.bold{
	font-weight:bold;
}
.white{
	color:#fff;
}
.red{
	color: #e60012;
}
.aqua{
	color: #009ac6;
}
.darkorange{
	color: #ff8c00;
}
.darkslategray{
	color: #2f4f4f;
}


.height300{
	height:300px;
}












